The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Tk Tk::pack Tk::grid Tk::place"

Tk - a graphical user interface toolkit for Perl River stage three • 163 direct dependents • 174 total dependents

The Perl/Tk manual is split up into a number of sections: Introduction * Tk::overview * Tk::UserGuide Tk Geometry Management * Tk::Adjuster * Tk::form * Tk::grid * Tk::pack * Tk::place * Tk::Table * Tk::Tiler * Tk::Wm Binding Events and Callbacks * T...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::grid - Geometry manager that arranges widgets in a grid River stage three • 163 direct dependents • 174 total dependents

The grid method is used to communicate with the grid geometry manager that arranges widgets in rows and columns inside of another window, called the geometry master (or master window). The grid method can have any of several forms, depending on the *...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::pack - Geometry manager that packs around edges of cavity River stage three • 163 direct dependents • 174 total dependents

The pack method is used to communicate with the packer, a geometry manager that arranges the children of a parent by packing them in order around the edges of the parent. In this perl port of Tk it is normal to pack widgets one-at-a-time using the wi...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::form - Geometry manager based on attachment rules River stage three • 163 direct dependents • 174 total dependents

The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window according to attachment rules. The form geometry manager is very flexible and powerful; it can be ...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::Widget - Base class of all widgets River stage three • 163 direct dependents • 174 total dependents

The Tk::Widget is an abstract base class for all Tk widgets. Generic methods available to all widgets include the methods based on core "winfo" mechanism and are used to retrieve information about windows managed by Tk. They can take any of a number ...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::place - Geometry manager for fixed or rubber-sheet placement River stage three • 163 direct dependents • 174 total dependents

The placer is a geometry manager for Tk. It provides simple fixed placement of windows, where you specify the exact size and location of one window, called the *slave*, within another window, called the *master*. The placer also provides rubber-sheet...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC
6 results (0.057 seconds)